Skip to content

Commit 81b73b3

Browse files
committed
cleanup old deps
1 parent 15892c1 commit 81b73b3

File tree

2 files changed

+642
-103
lines changed

2 files changed

+642
-103
lines changed

src/omarchy_mcp/server.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
import json
77

88
from enum import StrEnum
9-
from datetime import datetime
109
from pathlib import Path
11-
from typing import Annotated, Optional
12-
from google import genai
13-
from google.genai import types
10+
from typing import Optional
1411
from fastmcp import FastMCP
1512
from fastmcp.utilities.types import Image, ContentBlock
1613
from mcp.types import ImageContent, TextContent

0 commit comments

Comments
 (0)