| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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" |
There was a problem hiding this comment.
You choose... 😅
Sorry, something went wrong.
|
|
||
| @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] |
There was a problem hiding this comment.
unrelated, need to revert this.
Sorry, something went wrong.
| - name: "Set up Python" | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version-file: ".python-version" |
There was a problem hiding this comment.
Need to change this when my other PR gets merged.
Sorry, something went wrong.
|
We need to add a job to build the docs on each PR as well. |
Sorry, something went wrong.
There was a problem hiding this comment.
thank you
Sorry, something went wrong.
| primary: pink | ||
| accent: pink |
There was a problem hiding this comment.
we should probably choose black / white since that seems to accidentally be the MCP
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.