Juan Antonio Osorio
Juan Antonio Osorio
ToolHive is a lightweight utility designed to simplify the deployment and management of MCP servers, ensuring ease of use, consistency, and security. It provides a curated registry of MCPs with...
### Please describe the enhancement I'd like to be able to insert a YAML section depending on a certain context. e.g. I want to allow for adding scanning steps AFTER...
These currently take the raw values that one can give to build a schema validation object. While this works, it's not ideal as we need to explicitly build these again....
# Add MKP Server to Cloud Platforms Section ## Description This PR adds the MKP (Model Kontext Protocol Server for Kubernetes) to the Cloud Platforms section of the README.md. ##...
## Summary Implements the `RegisterEntity` gRPC endpoint to provide a unified, synchronous API for registering any entity type (repositories, releases, artifacts, pull requests) in Minder. This PR extracts common entity...
This PR implements server-side support for the MCP tasks specification draft. ## What's Included - Task types and protocol definitions (TaskStatus, request/result types, capabilities) - Server-side task storage with session...
## Problem The current `server.json` schema directly references `ServerDetail` without an envelope structure. This makes it difficult to: 1. Include explicit versioning information in the data structure 2. Properly structure...
## Summary Implement secure credential handling for build environment variables during protocol builds (`npx://`, `uvx://`, `go://`). This allows users to reference ToolHive secrets or shell environment variables instead of storing...
## Summary - Add `--from-secret` and `--from-env` flags to `set-build-env` command for secure credential handling - Add `build_env_from_secrets` and `build_env_from_shell` config sections - Update security considerations to document URL-embedded credentials...
## Description Refactor the VirtualMCPServer controller to delegate operational state management to the vMCP runtime. The controller should focus on infrastructure provisioning while the runtime owns backend discovery and health...