Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Official MCP Registry artifact

This directory contains the canonical server.json published to the Official MCP Registry at io.github.hshintelligence/agent-scrape.

Re-publish on version bump

brew install mcp-publisher        # one-time install
mcp-publisher login github         # OAuth via github.com/login/device
# bump "version" in server.json to match the new agent-scrape release
mcp-publisher validate
mcp-publisher publish

Verify

curl -s "https://registry.modelcontextprotocol.io/v0.1/servers?search=agent-scrape" | python3 -m json.tool