https://github.com/ntheanh201/hyper-mcp-release-monitor-id-tool
https://github.com/ntheanh201/hyper-mcp-release-monitor-id-tool
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntheanh201/hyper-mcp-release-monitor-id-tool
- Owner: ntheanh201
- Created: 2025-03-30T04:01:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-10T23:48:07.000Z (7 months ago)
- Last Synced: 2025-04-11T00:28:28.931Z (7 months ago)
- Language: Rust
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **hyper-mcp-release-monitor-id-tool** - Rust-based `rust` `cargo install --git https://github.com/ntheanh201/hyper-mcp-release-monitor-id-tool` (🔧 Utilities)
README
# Release Monitor ID Tool
A [hyper-mcp](https://github.com/tuananh/hyper-mcp) plugin that retrieves project ID from release-monitoring.org.
## Usage
The tool accepts a single parameter:
- `project_name`: The name of the project to search for
Example response:
- If found: Returns the project ID as a string
- If not found: Returns "No projects found"
Add the plugin to your hyper-mcp configuration:
```json
{
"plugins": [
{
"name": "release-monitor-id",
"path": "oci://ghcr.io/ntheanh201/release-monitor-id-plugin:latest",
"runtime_config": {
"allowed_hosts": ["release-monitoring.org"]
}
}
]
}
```