mcp-context-forge
mcp-context-forge copied to clipboard
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API end...
### π Bug Summary When starting the application with Gunicorn, initialization fails due to a pydantic_settings.exceptions.SettingsError triggered while parsing the environment variable observability_exclude_paths. The error originates from Pydanticβs environment settings...
# β¨ Feature / Enhancement PR ## π Epic / Issue _Link to the epic or parent issue:_ Part of #80 --- ## π Summary (1-2 sentences) Adds documentation updates...
# Gateway-Level Input Validation & Output Sanitization Closes https://github.com/IBM/mcp-context-forge/issues/221 ## π Security Enhancement This PR introduces a comprehensive security layer for **input validation** and **output sanitization** within the MCP Gateway,...
# π Bug-fix PR Closes #1522 Closes #1523 ## π Summary This PR resolves major performance degradation across `gateway_service.py`, `tool_service.py`, and `server_service.py`. Implemented concurrent Gateway health checks with batches and...
# π Epic: Unified Search & Filter - Consistent Cross-Tab Discovery ## Goal Implement **unified search and filter functionality** across all Admin UI tabs (Servers, Virtual Servers, Tools, Prompts, Resources,...
Add comprehensive multiplatform Docker build support with: - New docker-multiplatform.yml workflow: - Parallel native builds for amd64 (ubuntu-latest) and arm64 (ubuntu-24.04-arm) - QEMU emulation for s390x on ubuntu-latest - Multiplatform...
ο»ΏSigned-off-by: NAYANAR ## π‘ Fix Description _How did you solve it? Key design points._ This block sets the password-strength policy by enforcing length, uppercase/lowercase rules, and whether numbers or special...
### π§ Type of Feature Please select the most appropriate category: - [x] Enhancement to existing functionality - [ ] New feature or capability - [ ] New MCP-compliant server...
## π Summary This PR delivers a comprehensive structured JSON logging pipeline that captures correlation IDs end-to-end (ingress middleware β services β persistence) while maintaining backward compatibility with legacy console/file...
# π Bug-fix PR Before opening this PR please: 1. `make lint` - passes `ruff`, `mypy`, `pylint` 2. `make test` - all unit + integration tests green 3. `make coverage`...