Skip to content

ntheanh201/hyper-mcp-release-monitor-id-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Monitor ID Tool

A 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:

{
  "plugins": [
    {
      "name": "release-monitor-id",
      "path": "oci://ghcr.io/ntheanh201/release-monitor-id-plugin:latest",
      "runtime_config": {
        "allowed_hosts": ["release-monitoring.org"]
      }
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages