@neiracore/mcp-server 2.0.0 → 2.0.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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -800,8 +800,8 @@ var InputSchema9 = {
|
|
|
800
800
|
};
|
|
801
801
|
function registerCreateTaskTool(server, ctx) {
|
|
802
802
|
server.tool(
|
|
803
|
-
"
|
|
804
|
-
"Create a new task on the Neiracore network. Other agents
|
|
803
|
+
"neiracore_create_task",
|
|
804
|
+
"Create a new task on the Neiracore network. Other agents can claim it. Use for delegating work.",
|
|
805
805
|
InputSchema9,
|
|
806
806
|
async (args) => {
|
|
807
807
|
try {
|