Skip to content

Commit 0520897

Browse files
authored
Merge pull request #1 from deco-cx/tavano/fix-readme
add mcpServer import
1 parent cb6945e commit 0520897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Deno.serve({
4646
import { defineConfig } from "$fresh/server.ts";
4747
import { plugins } from "deco/plugins/deco.ts";
4848
import manifest from "./manifest.gen.ts";
49+
import { mcpServer } from "@deco/mcp";
4950

5051
export default defineConfig({
5152
plugins: plugins({

0 commit comments

Comments
 (0)