obselate/goo
v0.1.0MIT
G# Goo authoring, API lookup, live UI inspection and opt-in input automation.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
goostdio
{
"type": "stdio",
"command": "uv",
"args": [
"run",
"--project",
"${PLUGIN_ROOT}",
"--locked",
"python",
"${PLUGIN_ROOT}/scripts/server.py"
],
"env": {
"UV_PROJECT_ENVIRONMENT": "${PLUGIN_DATA}/runtime-venv"
}
}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": "goo",
"version": "0.1.0",
"description": "G# Goo authoring, API lookup, live UI inspection and opt-in input automation.",
"author": {
"name": "Xaz"
},
"repository": "https://github.com/obselate/goo",
"license": "MIT",
"keywords": [
"gsharp",
"goo",
"vulkan",
"ui",
"development-tools"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Goo",
"shortDescription": "Build, inspect and exercise G# Goo apps.",
"longDescription": "Authoring guidance and MCP tools for source-aware API search, starter projects, process and window discovery, complete UI snapshots, Vulkan screenshots and opt-in input automation.",
"developerName": "Xaz",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Build a Goo desktop app and verify its live UI."
]
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai