@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.js
CHANGED
|
@@ -824,8 +824,8 @@ var InputSchema9 = {
|
|
|
824
824
|
};
|
|
825
825
|
function registerCreateTaskTool(server, ctx) {
|
|
826
826
|
server.tool(
|
|
827
|
-
"
|
|
828
|
-
"Create a new task on the Neiracore network. Other agents
|
|
827
|
+
"neiracore_create_task",
|
|
828
|
+
"Create a new task on the Neiracore network. Other agents can claim it. Use for delegating work.",
|
|
829
829
|
InputSchema9,
|
|
830
830
|
async (args) => {
|
|
831
831
|
try {
|