@likec4/mcp 1.37.0 → 1.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1251 -12
- package/README.md +4 -0
- package/build.config.ts +4 -0
- package/dist/index.mjs +827 -3
- package/package.json +12 -13
- package/src/empty.ts +2 -0
- package/src/index.ts +27 -27
package/README.md
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
}
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
This package starts MCP server using [`stdio`](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#stdio) transport.
|
|
25
|
+
|
|
26
|
+
If `LIKEC4_WORKSPACE` environment variable is not set, the current directory will be used as workspace.
|
|
27
|
+
|
|
24
28
|
## Getting help
|
|
25
29
|
|
|
26
30
|
We are always happy to help you get started:
|