genudo-mcp-client 1.1.0 → 1.1.1
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 +3 -3
- package/index.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Genudo is the platform to build AI agents for any communication or sequence-based channel — pipeline-aware agents with integration capabilities and company-knowledge access, all managed from one platform, one inbox, and one analytics dashboard. This lightweight bridge connects [Claude](https://claude.com) and other MCP clients to your Genudo workspace so you can build, run, and improve those agents directly from chat.
|
|
8
8
|
|
|
9
9
|
## Overview
|
|
10
10
|
|
|
@@ -250,7 +250,7 @@ anywhere except your configured Genudo endpoint.
|
|
|
250
250
|
|
|
251
251
|
Full policies: [Privacy Policy](https://genudo.ai/legal/privacy-policy) ·
|
|
252
252
|
[Terms of Service](https://genudo.ai/legal/terms-of-service). Questions:
|
|
253
|
-
|
|
253
|
+
help@genudo.ai.
|
|
254
254
|
|
|
255
255
|
## License
|
|
256
256
|
|
|
@@ -263,7 +263,7 @@ Need help? We're here for you:
|
|
|
263
263
|
- 📖 [Documentation](https://docs.genudo.ai)
|
|
264
264
|
- 💬 [Community Forum](https://community.genudo.ai)
|
|
265
265
|
- 🐛 [Report an Issue](https://github.com/genudo-ai/genudo_mcp/issues)
|
|
266
|
-
- 📧 [Email Support](mailto:
|
|
266
|
+
- 📧 [Email Support](mailto:help@genudo.ai)
|
|
267
267
|
|
|
268
268
|
## Contributing
|
|
269
269
|
|
package/index.js
CHANGED
|
@@ -174,7 +174,7 @@ async function processInput(line) {
|
|
|
174
174
|
result: {
|
|
175
175
|
protocolVersion: (request.params && request.params.protocolVersion) || '2024-11-05',
|
|
176
176
|
capabilities: { tools: {}, prompts: {} },
|
|
177
|
-
serverInfo: { name: 'Genudo', version: '1.1.
|
|
177
|
+
serverInfo: { name: 'Genudo', version: '1.1.1' },
|
|
178
178
|
instructions: SERVER_INSTRUCTIONS
|
|
179
179
|
}
|
|
180
180
|
}));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genudo-mcp-client",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Connect Claude to Genudo — the platform to build AI agents for any communication or sequence-based channel. Create and manage pipeline-aware agents with integrations and company-knowledge access, from one platform, one inbox, and one analytics dashboard.",
|
|
5
5
|
"mcpName": "io.github.genudo-ai/genudo_mcp",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
],
|
|
27
27
|
"author": {
|
|
28
28
|
"name": "Genudo",
|
|
29
|
-
"email": "
|
|
29
|
+
"email": "help@genudo.ai",
|
|
30
30
|
"url": "https://genudo.ai"
|
|
31
31
|
},
|
|
32
32
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/genudo-ai/genudo_mcp/issues",
|
|
39
|
-
"email": "
|
|
39
|
+
"email": "help@genudo.ai"
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/genudo-ai/genudo_mcp#readme",
|
|
42
42
|
"dependencies": {
|
|
@@ -57,4 +57,4 @@
|
|
|
57
57
|
"LICENSE",
|
|
58
58
|
".env.example"
|
|
59
59
|
]
|
|
60
|
-
}
|
|
60
|
+
}
|