Skip to main content
Glama
ingeno
by ingeno
config.py474 B
"""Harvest API configuration.""" from pathlib import Path API_NAME = "Harvest" API_BASE_URL = "https://api.harvestapp.com/v2" # Use the local optimized spec (159 KB - 65% smaller than original 463 KB) # This spec has: # - All descriptions removed # - Pagination inheritance (PaginatedResponse base schema) # - Timestamp inheritance (Timestamped base schema) _SPEC_PATH = Path(__file__).parent / "spec.yml" API_SPEC_URL = str(_SPEC_PATH.absolute()) AUTH_TYPE = "harvest"

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/ingeno/mcp-openapi-lambda'

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