Skip to main content
Glama

Command Line Interface Enhancer

by jon2allen
orig.py425 B
l async def change_dir( c_dir : str ) -> str: """ Change the directory to specified string relative and absolute paths are supported If error - will return string "error: invalid directory" """ logger.info("Received change_dir requst: '%s'", c_dir ) try: os.chdir( c_dir ) return( c_dir ) except: logger.info("invalid dir: '%s'", c_dir ) return("error: invalid directo

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/jon2allen/mcp_command_serv'

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