@blekline/mcp-server 0.1.0 → 0.2.0
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 +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -34,3 +34,9 @@ BLEKLINE_MCP_TRANSPORT=sse BLEKLINE_MCP_PORT=3200 node packages/mcp-server/dist/
|
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Generate configs: `pnpm generate:mcp-configs` from repo root.
|
|
37
|
+
|
|
38
|
+
## Docs
|
|
39
|
+
|
|
40
|
+
- [Quick start](https://app.blekline.com/docs/introduction/quick-start)
|
|
41
|
+
- [MCP server reference](https://app.blekline.com/docs/mcp/server)
|
|
42
|
+
- [Cursor setup](https://app.blekline.com/docs/mcp/cursor)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blekline/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"types": "./dist/index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
22
|
-
"@blekline/client": "0.
|
|
23
|
-
"@blekline/contracts": "0.
|
|
22
|
+
"@blekline/client": "0.2.0",
|
|
23
|
+
"@blekline/contracts": "0.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^20",
|