feat: add Bun polyfills and refactor LiteMCP implementation

- Introduced polyfills for Node.js compatibility in Bun runtime
- Moved LiteMCP implementation to a dedicated module
- Updated package.json to include @digital-alchemy/hass dependency
- Refactored import for LiteMCP to use local module path
This commit is contained in:
jango-blockchained
2025-02-03 22:55:36 +01:00
parent 04123a5740
commit 9a02bdaf11
4 changed files with 72 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
},
"dependencies": {
"@digital-alchemy/core": "^0.1.0",
"@digital-alchemy/hass": "^25.1.1",
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",