Skip to content

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Mar 25, 2025

No description provided.

Comment on lines 18 to 39
palette:
- media: "(prefers-color-scheme)"
scheme: default
primary: pink
accent: pink
toggle:
icon: material/lightbulb
name: "Switch to light mode"
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: pink
toggle:
icon: material/lightbulb-outline
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: pink
toggle:
icon: material/lightbulb-auto-outline
name: "Switch to system preference"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You choose... 😅


@server.tool("test_list_roots")
async def test_list_roots(context: Context, message: str): # type: ignore[reportUnknownMemberType]
async def test_list_roots(context: Context[ServerSession], message: str): # type: ignore[reportUnknownMemberType]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, need to revert this.

Comment on lines +68 to +71
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change this when my other PR gets merged.

@Kludex
Copy link
Member Author

Kludex commented Mar 25, 2025

We need to add a job to build the docs on each PR as well.

@dsp-ant dsp-ant self-requested a review March 25, 2025 11:16
dsp-ant
dsp-ant previously approved these changes Mar 25, 2025
Copy link
Member

@dsp-ant dsp-ant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

mkdocs.yml Outdated
Comment on lines 21 to 22
primary: pink
accent: pink
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably choose black / white since that seems to accidentally be the MCP

@Kludex Kludex merged commit 4e11f28 into main Mar 25, 2025
6 checks passed
@Kludex Kludex deleted the add-mkdocs branch March 25, 2025 12:06
gspencergoog pushed a commit to gspencergoog/mcp-python-sdk that referenced this pull request Jul 29, 2025
…ure/add-prisma-to-list

docs: Prisma MCP Added to list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants