@unstable-dev/unmeshed-mcp 0.1.2 → 0.1.3
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/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -11,7 +11,7 @@ export const SERVER_INSTRUCTIONS = [
|
|
|
11
11
|
export function createUnmeshedMcpServer(client, knowledgeDir = defaultKnowledgeDir()) {
|
|
12
12
|
const server = new McpServer({
|
|
13
13
|
name: "unmeshed",
|
|
14
|
-
version: "0.1.
|
|
14
|
+
version: "0.1.3",
|
|
15
15
|
}, {
|
|
16
16
|
instructions: SERVER_INSTRUCTIONS,
|
|
17
17
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unstable-dev/unmeshed-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "MCP server for Unmeshed — list, author, save, run, and inspect processes from Cursor, Claude Code, and other MCP clients.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|