Skip to content

Commit 5e99265

Browse files
committed
docs: remove unnecessary local SDK workaround note
The workspace fix makes examples resolve against local source by default — no need for a separate root-level command.
1 parent aed805c commit 5e99265

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • packages/mcp-fastmcp/examples/delegated_access

packages/mcp-fastmcp/examples/delegated_access/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ uv run python main.py
112112

113113
The server will start on `http://localhost:8000`.
114114

115-
> **Local SDK development:** If you're working on the Keycard SDK packages locally and want to run this example against your local changes, run from the repository root instead:
116-
>
117-
> ```bash
118-
> uv run --package delegated-access-example python packages/mcp-fastmcp/examples/delegated_access/main.py
119-
> ```
120-
>
121-
> This uses the root workspace to resolve all SDK packages from source.
122-
123115
### 5. Verify the Server
124116

125117
Check that OAuth metadata is being served:

0 commit comments

Comments
 (0)