@rk0429/agentic-relay 19.0.0 → 19.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.
@@ -699,7 +699,7 @@ const TOOL_DESCRIPTIONS = {
699
699
  export function createRelayMcpServer(options) {
700
700
  const server = new McpServer({
701
701
  name: "agentic-relay",
702
- version: "18.0.0",
702
+ version: "19.0.1",
703
703
  });
704
704
  if (options.allowSpawnAgents) {
705
705
  server.registerTool("spawn_agents", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rk0429/agentic-relay",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "displayName": "agentic-relay",
5
5
  "description": "Unified MCP relay for Claude Code, Codex CLI, and Gemini CLI",
6
6
  "type": "module",