Skip to main content
Glama
entrypoint.shโ€ข714 B
#!/bin/bash set -e echo "๐Ÿš€ Starting OParl MCP Server Container..." # Test the server initialization echo "Testing server initialization..." python -c " from oparl_mcp import OParlMCPServer, OParlConfig config = OParlConfig() server = OParlMCPServer(config) info = server.get_server_info() print('โœ… OParl MCP Server initialized successfully') print(f'Server: {info[\"name\"]} v{info[\"version\"]}') print(f'Base URL: {info[\"base_url\"]}') print(f'Features: {len(info[\"features\"])} available') " echo "โœ… Container test completed successfully" # If we reach here, the server can be initialized # For a real deployment, you would start the server here # For testing, we just verify it can be initialized

Latest Blog Posts

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/jtwolfe/oparl-mcp-server'

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