Repoint examples off removed shim paths

This commit is contained in:
Jeremiah Lowin 2026-07-06 21:45:56 -04:00
commit 14373cc60b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import qrcode # type: ignore[import-untyped]
from mcp import types from mcp import types
from fastmcp import FastMCP from fastmcp import FastMCP
from fastmcp.server.apps import AppConfig, ResourceCSP from fastmcp.apps import AppConfig, ResourceCSP
from fastmcp.tools import ToolResult from fastmcp.tools import ToolResult
VIEW_URI: str = "ui://qr-server/view.html" VIEW_URI: str = "ui://qr-server/view.html"

View file

@ -10,7 +10,7 @@ import asyncio
from fastapi import FastAPI from fastapi import FastAPI
from fastmcp import FastMCP from fastmcp import FastMCP
from fastmcp.server.openapi import MCPType, RouteMap from fastmcp.server.providers.openapi import MCPType, RouteMap
# Create a FastAPI app with tagged endpoints # Create a FastAPI app with tagged endpoints
app = FastAPI(title="Tagged API Example") app = FastAPI(title="Tagged API Example")