Skip to content

Commit 74cb5ca

Browse files
Add type annotation for app variable in server.py
Co-Authored-By: tumf <[email protected]>
1 parent ea9edd4 commit 74cb5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_text_editor/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
logging.basicConfig(level=logging.INFO)
2424
logger = logging.getLogger("mcp-text-editor")
2525

26-
app = Server("mcp-text-editor")
26+
app: Server = Server("mcp-text-editor")
2727

2828
# Initialize tool handlers
2929
get_contents_handler = GetTextFileContentsHandler()

0 commit comments

Comments
 (0)