@mcpjam/sdk 0.1.2 → 0.1.4
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/README.md +1 -1
- package/dist/index.cjs +590 -239
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +589 -235
- package/dist/index.js.map +1 -1
- package/dist/mcp-client-manager/index.cjs +102 -14
- package/dist/mcp-client-manager/index.cjs.map +1 -1
- package/dist/mcp-client-manager/index.d.cts +19 -21
- package/dist/mcp-client-manager/index.d.ts +19 -21
- package/dist/mcp-client-manager/index.js +102 -16
- package/dist/mcp-client-manager/index.js.map +1 -1
- package/package.json +5 -7
- package/dist/chunk-PZ5AY32C.js +0 -10
- package/dist/chunk-PZ5AY32C.js.map +0 -1
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ npm run dev
|
|
|
113
113
|
|
|
114
114
|
## Contributing
|
|
115
115
|
|
|
116
|
-
We welcome contributions! The SDK is part of the [MCPJam Inspector monorepo](https://github.com/MCPJam/inspector). Please see
|
|
116
|
+
We welcome contributions! The SDK is part of the [MCPJam Inspector monorepo](https://github.com/MCPJam/inspector). Please see our [Contributing Guide](https://docs.mcpjam.com/CONTRIBUTING) for guidelines.
|
|
117
117
|
|
|
118
118
|
## License
|
|
119
119
|
|