19 lines
707 B
YAML
19 lines
707 B
YAML
interface:
|
|
display_name: "Python Practices"
|
|
short_description: "Python quality practices for this repo"
|
|
default_prompt: "Use $python-practices to guide Python changes in this repository."
|
|
dependencies:
|
|
tools:
|
|
- type: "mcp"
|
|
value: "context7"
|
|
description: "Fetch current documentation for library, framework, SDK, API, CLI, and cloud-service details."
|
|
transport: "streamable_http"
|
|
url: "https://mcp.context7.com/mcp"
|
|
- type: "mcp"
|
|
value: "tavily_search"
|
|
description: "Search the web for current Python ecosystem practices and trade-offs."
|
|
transport: "streamable_http"
|
|
url: "https://mcp.tavily.com/mcp/"
|
|
policy:
|
|
allow_implicit_invocation: true
|