Skip to content

cjescudero/buses-coruna

v1.0.0

A Coruña urban-bus skills and a local MCP server for stops, routes, and live arrivals.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

buses-corunastdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/mcp-server/dist/main.js"
  ],
  "env": {
    "MCP_TRANSPORT": "stdio",
    "CATALOG_PATH": "${PLUGIN_ROOT}/mcp-server/data/transit-catalog.json"
  },
  "cwd": "${PLUGIN_ROOT}/mcp-server"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "buses-coruna",
  "version": "1.0.0",
  "description": "A Coruña urban-bus skills and a local MCP server for stops, routes, and live arrivals.",
  "keywords": [
    "a-coruna",
    "buses",
    "public-transport",
    "mcp",
    "agent-skills"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 22Python files
  • 2shell scripts
  • 4JSON files
  • 2text files
  • 2YAML files
  • 2other files
  • icon.svg
View on GitHub