Skip to content

[feature] support agy-cli #106

Description

@chinglinwen

What problem are you trying to solve?

problem

I'm attempting to locate the guild_session_start tool as per the documented workflow. My current line of thought involves
searching for guild-related tools, possibly through permissions checks or a general tool listing, before proceeding with any file
operations or user responses.

Exploring Guild Commands

I'm examining available tools and notice a lack of a direct tool-search. However, I've found fallback guidelines in AGENTS.md
suggesting local guild CLI commands like guild quest list or guild lore if the guild_session_start tool isn't accessible.

Proposed solution

mkdir -p ~/.gemini/config/mcp_config.json
cat > ~/.gemini/config/mcp_config.json <<EOF
{
  "mcpServers": {
    "guild": {
          "type": "stdio",
          "command": "/da1/wen/go/bin/guild",
          "args": [
            "mcp",
            "serve"
          ],
          "env": {}
      }
  }
}
EOF

Alternatives considered

No response

Scope

  • This keeps guild local-first (no new network calls).
  • This keeps guild agent-agnostic (works across MCP clients).
  • I'd be willing to send a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions