Skip to main content
Glama

Visum Thinker MCP Server

MIT License
fix-win32com-cache.pyβ€’1.04 kB
# Fix win32com Cache - Risolve errore CLSIDToClassMap import shutil import os import sys # Percorso cache win32com cache_path = os.path.join(os.environ['LOCALAPPDATA'], 'Temp', 'gen_py') print(f"πŸ”§ Pulizia cache win32com...") print(f"πŸ“‚ Percorso: {cache_path}") if os.path.exists(cache_path): try: # Rimuovi tutta la cache shutil.rmtree(cache_path) print("βœ… Cache rimossa con successo!") print("πŸ”„ La cache verrΓ  rigenerata automaticamente al prossimo avvio di Visum") except Exception as e: print(f"❌ Errore rimozione cache: {e}") print("πŸ’‘ Prova a chiudere tutti i processi Python e Visum, poi riprova") else: print("ℹ️ Cache non trovata (giΓ  pulita)") print("\nπŸ“ Percorsi alternativi da controllare:") print(f" 1. {os.path.join(sys.prefix, 'Lib', 'site-packages', 'win32com', 'gen_py')}") print(f" 2. {os.path.join(os.environ.get('APPDATA', ''), 'Python', 'win32com', 'gen_py')}") input("\nβœ… Pulizia completata. Premi INVIO per uscire...")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/multiluca2020/visum-thinker-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server