Skip to content

Commit d707dfc

Browse files
authored
Replace AppError with MCPError in README example
1 parent a2607b2 commit d707dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pino-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const logger = pino({
4747
```ts
4848
// main.ts
4949
import {logger} from './logger.ts';
50-
import {AppError} from './errors.ts';
50+
import {MCPError} from './errors.ts';
5151

5252
logger.fatal(MCPError.MCP_CONNECTION_FAILED("ws://localhost:3000/mcp"));
5353
```

0 commit comments

Comments
 (0)