Skip to content

feat: Add MCP manifest for WebhoundAI-webhound-mcp - #361

Open
mcpm-registry-bot[bot] wants to merge 1 commit into
mainfrom
add-manifest-WebhoundAI-webhound-mcp
Open

feat: Add MCP manifest for WebhoundAI-webhound-mcp#361
mcpm-registry-bot[bot] wants to merge 1 commit into
mainfrom
add-manifest-WebhoundAI-webhound-mcp

Conversation

@mcpm-registry-bot

Copy link
Copy Markdown
Contributor

Summary

This PR adds a new MCP server manifest generated from the repository: https://github.com/WebhoundAI/webhound-mcp

Changes

  • Added new manifest JSON file in mcp-registry/servers/
  • Manifest was automatically generated using the chatxiv.org API

Test plan

  • Verify the generated JSON is valid
  • Check that all required fields are present
  • Validate installation instructions work correctly

🤖 Generated with Claude Code

Generated manifest JSON for repository: https://github.com/WebhoundAI/webhound-mcp

Co-Authored-By: Lucien
Copilot AI review requested due to automatic review settings July 24, 2026 12:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Adds a new MCP registry entry for the Webhound server so it can be discovered and run via npm or Docker.

Changes:

  • Introduces a new server manifest for @webhound/mcp with metadata (repo, author, tags, etc.)
  • Defines two tools (browse, search) and required environment arguments
  • Provides npx and Docker installation/run instructions plus example prompts

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +45 to +56
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The URL to browse."
}
}
},
"required": [
"url"
]
@@ -0,0 +1,128 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants