@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 +1 -1
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @myna-sh/mcp
|
|
2
2
|
|
|
3
|
-
Model Context Protocol server for
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myna-sh/mcp",
|
|
3
|
-
"version": "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.
|
|
36
|
+
"@myna-sh/sdk": "0.15.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsup",
|