Fix fastmcp imports, add vixy_status integration for wakeups
This commit is contained in:
@@ -30,8 +30,8 @@ from datetime import datetime
|
||||
from pathlib import Path
|
||||
from typing import List, Optional, Dict, Any
|
||||
|
||||
from fastmcp import FastMCP
|
||||
from fastmcp.utilities.types import Image as MCPImage
|
||||
from mcp.server.fastmcp import FastMCP
|
||||
from mcp.server.fastmcp.utilities.types import Image as MCPImage
|
||||
|
||||
try:
|
||||
from nio import (
|
||||
@@ -253,7 +253,7 @@ def get_matrix_messages(
|
||||
|
||||
|
||||
@mcp.tool()
|
||||
def get_matrix_image(event_id: str) -> MCPImage:
|
||||
def get_matrix_image(event_id: str):
|
||||
"""
|
||||
Retrieve a Matrix image by event ID.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user