Skip to main content
Glama

Documentation Generator MCP Server

by srwlli
test_app.py452 B
"""Minimal test to see if Railway can import anything at all.""" print("=" * 80) print("TEST_APP.PY IS LOADING") print("=" * 80) from flask import Flask print("Flask imported successfully") app = Flask(__name__) print(f"App created: {app}") print(f"App type: {type(app)}") @app.route('/test') def test(): return {'status': 'test app works'} print("Routes registered") print("=" * 80) print("TEST_APP.PY LOADED SUCCESSFULLY") print("=" * 80)

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/srwlli/docs-mcp'

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