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