Skip to content

Generate MCP server config files in scaffolded app #26

@tobiu

Description

@tobiu

Implement tasks to generate configuration files for the AI MCP servers in the new application.

Requirements:
Create the following files with the specified content:

  1. ai/mcp/server/github-workflow/config.json

    {
        "owner": "ADD_GITHUB_ORGANIZATION_HERE",
        "repo" : "ADD_GITHUB_REPOSITORY_HERE"
    }
  2. ai/mcp/server/memory-core/config.json

    {}
  3. ai/mcp/server/knowledge-base/config.json

    {}

Ensure the necessary directory structures are created.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions