get_hackathon_info
Retrieve comprehensive hackathon documentation including format, guides, project ideas, and resources for the MCP Server Hackathon.
Instructions
Get the complete hackathon overview with all information about the MCP Server Hackathon.
Returns: The full hackathon overview document including format, getting started guide, project ideas, resources, and quick reference.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:16-24 (handler)The handler function decorated with @app.tool(), which registers and implements the get_hackathon_info tool by returning the contents of hackathon_overview.md.@app.tool() def get_hackathon_info() -> str: """Get the complete hackathon overview with all information about the MCP Server Hackathon. Returns: The full hackathon overview document including format, getting started guide, project ideas, resources, and quick reference. """ return HACKATHON_MARKDOWN