[agent_utilities.ontology_providers]
github-agent = github_agent.ontology

[agent_utilities.prompt_providers]
github-agent = github_agent.prompts

[agent_utilities.skill_providers]
github-agent = github_agent.skills

[agent_utilities.source_connector_providers]
github-agent = github_agent.connectors

[console_scripts]
github-agent = github_agent.agent_server:agent_server
github-mcp = github_agent.mcp_server:mcp_server
