@myna-sh/mcp 0.14.0 → 0.15.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @myna-sh/mcp
2
2
 
3
- Model Context Protocol server for managing [Myna](https://myna.sh) content from coding agents and MCP clients.
3
+ Model Context Protocol server for operating [Myna](https://myna.sh) content and feedback from coding agents and MCP clients.
4
4
 
5
5
  > **Connecting Claude, ChatGPT, or another remote agent?** You do not need this package. Myna hosts the same server at `https://api.myna.sh/mcp` — add it as a custom connector and authorize it with OAuth. See [connecting a remote agent](https://docs.myna.sh/mcp/hosted). This package is for local coding agents that run the server over stdio.
6
6
 
package/dist/main.js CHANGED
@@ -2447,7 +2447,7 @@ function registerResources(server, registry) {
2447
2447
  }
2448
2448
 
2449
2449
  // src/version.ts
2450
- var VERSION = true ? "0.14.0" : "0.0.0-dev";
2450
+ var VERSION = true ? "0.15.0" : "0.0.0-dev";
2451
2451
 
2452
2452
  // src/server.ts
2453
2453
  var SERVER_NAME = "myna";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myna-sh/mcp",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "typescript": "5.9.3",
34
34
  "@myna-sh/api-contracts": "0.0.0",
35
35
  "@myna-sh/config": "0.0.0",
36
- "@myna-sh/sdk": "0.14.0"
36
+ "@myna-sh/sdk": "0.15.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsup",