Skip to main content
Glama

MCP Console Automation Server

by ooples
test-argv.mjs596 B
console.log('Testing with Windows path...'); console.log('process.argv[1]:', process.argv[1]); console.log('import.meta.url:', import.meta.url); // Try to normalize the path import { fileURLToPath } from 'url'; import { normalize } from 'path'; const metaPath = fileURLToPath(import.meta.url); const argvPath = process.argv[1]; console.log('metaPath:', metaPath); console.log('argvPath:', argvPath); console.log('normalized metaPath:', normalize(metaPath)); console.log('normalized argvPath:', normalize(argvPath)); console.log('Do they match?', normalize(metaPath) === normalize(argvPath));

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