Skip to main content
Glama

Codebase MCP Server

by Ravenight13
test_file.py728 B
"""Test file for indexing verification. This is a simple Python file to test the complete indexing workflow including chunking and embedding generation. """ def hello_world(): """A simple test function.""" return "Hello, World!" def add_numbers(a: int, b: int) -> int: """Add two numbers together.""" return a + b class TestClass: """A simple test class.""" def __init__(self, name: str): """Initialize the test class.""" self.name = name def greet(self) -> str: """Return a greeting.""" return f"Hello, {self.name}!" if __name__ == "__main__": print(hello_world()) print(add_numbers(5, 3)) test = TestClass("Developer") print(test.greet())

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/Ravenight13/codebase-mcp'

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