Skip to main content
Glama

FastMCP Demo Server

by apoojary94
manual_test.py563 B
#!/usr/bin/env python3 """Manual test for individual functions.""" import server # Test 1: Check styles print("Available styles:", list(server.ACCEPTED_STYLES.keys())) # Test 2: Test URL parsing url = "https://raw.githubusercontent.com/microsoft/vscode/main/README.md" parsed = server.parse_github_url(url) print("URL parsed:", parsed) # Test 3: Test review generation code = "def hello():\n print('Hello, World!')" review = server.generate_style_review(code, "pirate") print("Review preview:", review[:200] + "...") print("✅ Manual tests completed!")

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/apoojary94/mcp_hackathon'

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