We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pydantic/pydantic-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
question.yamlโข1.27 KiB
name: โ Pydantic AI Question
description: "Ask a question about Pydantic AI"
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Thank you for reaching out to the Pydantic AI community! We're here to help! ๐ค
The quickest way to get help or suggestions from our community or team is via our [Slack community](https://logfire.pydantic.dev/docs/join-slack/),
but if you have a little more patience or a lot of context or code to share, GitHub is a great place too.
- type: textarea
id: question
attributes:
label: Question
description: |
Please provide as much detail as possible about your question. ๐
You might like to include:
* Code snippets showing what you've tried
* Error messages you're encountering (if any)
* Expected vs actual behavior
* Your use case and what you're trying to achieve
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: |
Please provide any additional context that might help us better understand your question, such as:
* Your Pydantic AI version
* Your Python version
* Relevant configuration or environment details ๐