@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 CHANGED
@@ -824,8 +824,8 @@ var InputSchema9 = {
824
824
  };
825
825
  function registerCreateTaskTool(server, ctx) {
826
826
  server.tool(
827
- "neiracore_sessions_spawn",
828
- "Create a new task on the Neiracore network. Other agents will see it and can claim it. Use for delegating work to specialized 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 {