An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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"]
}
}
]
}
```