We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd340d commit e79a106Copy full SHA for e79a106
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@portel/ncp",
3
- "version": "1.5.3",
+ "version": "1.6.0",
4
"mcpName": "io.github.portel-dev/ncp",
5
"description": "Natural Context Provider - N-to-1 MCP Orchestration for AI Assistants",
6
"main": "dist/index.js",
server.json
@@ -6,13 +6,13 @@
"url": "https://github.com/portel-dev/ncp",
7
"source": "github"
8
},
9
10
"packages": [
11
12
"registryType": "npm",
13
"registryBaseUrl": "https://registry.npmjs.org",
14
"identifier": "@portel/ncp",
15
16
"runtimeHint": "npx",
17
"transport": {
18
"type": "stdio"
0 commit comments