Skip to main content
Glama

MCP Console Automation Server

by ooples
test-path-debug.mjs455 B
import { fileURLToPath } from 'url'; import * as path from 'path'; // Test with the actual compiled file path const testPath = String.raw`C:\Users\yolan\source\repos\mcp-console-automation\dist\mcp\ultra-persistent-server.js`; console.log('Testing path:', testPath); // Simulate what happens when Claude starts it process.argv[1] = testPath; console.log('argv[1]:', process.argv[1]); console.log('argv[1] normalized:', path.normalize(process.argv[1]));

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ooples/mcp-console-automation'

If you have feedback or need assistance with the MCP directory API, please join our Discord server