Wire gcal-mcp to ~/.mcp.json for Penny calendar access #202
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Task
Lineage
Follow-up from spike #133 (Penny MCP inventory). Labels:
story:superuser-manage,arch:mcp-tools.Scope
Wire the existing gcal-mcp server into
~/.mcp.jsonso Penny can manage calendar events. The repo (forgejo_admin/gcal-mcp) and credentials (~/secrets/google-oauth/desktop/) already exist -- only the plumbing is missing.Steps:
ln -s ~/secrets/google-oauth/desktop/token.json ~/secrets/google-oauth/token.json(gcal-sdk defaults expect this path; credentials symlink already exists)~/.mcp.jsonmcp__gcal__*tools appearagents/penny.md: addgcalto mcpServers frontmatter, add tools to table, remove from "Not Yet Wired" sectionAcceptance Criteria
~/.mcp.jsonhas gcal entrymcp__gcal__*tools visible in Claude Code sessionagents/penny.mdupdated to reflect gcal as deployedRelated
forgejo_admin/gcal-mcpforgejo_admin/gcal-sdk~/secrets/google-oauth/desktop/