Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: optional Clear Filter

Universal Tool Calling Protocol (UTCP)

Universal Tool Calling Protocol (UTCP) 1.0.1 Introduction The Universal Tool Calling Protocol (UTCP) is a modern, flexible, and scalable standard for defining and interacting with tools across a wide variety of communication protocols. UTCP 1.0.0 introduces a modular core with a plugin-based architecture, making it more extensible, testable, and easier to package. In contrast to other protocols, UTCP places a strong emphasis on: Scalability : UTCP is designed to handle a large number of tool

Show HN: JMAP MCP – Email for your agents

JMAP MCP Server A Model Context Protocol (MCP) server that provides tools for interacting with JMAP (JSON Meta Application Protocol) email servers. Built with Deno and using the @htunnicliff/jmap-jam client library. Features Email Management Tools Search Emails : Search emails with text queries, sender/recipient filters, date ranges, and keywords : Search emails with text queries, sender/recipient filters, date ranges, and keywords Get Emails : Retrieve specific emails by ID with full detai

LLM Chat via SSH

# Server name, optional, can be changed to your own domain SERVER_NAME = chat.aigc.ing # Whether it's a public server, required. If not configured, it defaults to private server and requires whitelist configuration PUBLIC_SERVER = false # Rate limiting settings, optional. TTL suffix is for time, LIMIT is for count. Strongly recommended for public servers RATE_LIMIT_TTL = 3600 RATE_LIMIT_LIMIT = 300 LOGIN_FAILED_TTL = 600 LOGIN_FAILED_LIMIT = 10 # Blacklist and whitelist, opt