File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const __filename = fileURLToPath(import.meta.url);
99const __dirname = dirname ( __filename ) ;
1010const require = createRequire ( import . meta. url ) ;
1111
12- console . log ( `Starting Codex MCP Server in stdio mode...` ) ;
12+ console . error ( `Starting Codex MCP Server in stdio mode...` ) ;
1313
1414// Determine which file to execute
1515const scriptPath = resolve ( __dirname , "../build" , "index.js" ) ;
Original file line number Diff line number Diff line change 22 "name" : " @codex-data/codex-mcp" ,
33 "module" : " src/index.ts" ,
44 "type" : " module" ,
5- "version" : " 0.1.2 " ,
5+ "version" : " 0.1.3 " ,
66 "description" : " Model Context Protocol (MCP) server for fetching blockchain data from Codex.io" ,
77 "bin" : {
88 "codex-mcp" : " ./bin/cli.js"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export async function startServer() {
88 // Create a new MCP server instance
99 const server = new McpServer ( {
1010 name : "Codex-MCP" ,
11- version : "0.1.2 " ,
11+ version : "0.1.3 " ,
1212 } ) ;
1313
1414 // Initialize Codex client
You can’t perform that action at this time.
0 commit comments