6 Commits

Author SHA1 Message Date
Addison Waldow
959afa4dda fix: update API_BASE_URL to remove template literals and log the value 2026-02-10 20:47:16 -07:00
Addison Waldow
aaea8c9ef9 fix: update API_BASE_URL to use template literals and log the value 2026-02-10 20:42:17 -07:00
Addison Waldow
92adaa2c6f fix: add configurable API base URL for MCP server 2026-02-10 20:24:58 -07:00
Fabricio Borgobello
b1e29c22de
feature/endpoint-filtering 2025-08-22 11:00:13 +02:00
harsha-iiiv
a4d5e589e6 Fix and add streamable http 2025-04-26 22:31:52 +05:30
harsha-iiiv
6f645e06f3 feat: Add parser and type definitions for OpenAPI to MCP generator
- Introduced a new parser module with exports from extract-tools.
- Created core type definitions for CLI options and MCP tool definitions.
- Removed outdated utility functions and replaced them with new code generation utilities.
- Implemented security handling utilities for API key, HTTP, and OAuth2 authentication.
- Added URL handling utilities for base URL determination and query parameter management.
- Updated TypeScript configuration for improved module resolution and output settings.
2025-04-13 23:32:24 +05:30