We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raohwork/forgejo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
doc.go•273 B
// Package action provides MCP tools related to Forgejo Actions.
//
// It currently implements the `list_action_tasks` tool, which allows listing
// Forgejo Actions execution tasks in a repository, extending functionality
// beyond the official Forgejo SDK.
package action