agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; eclipse-chatgpt-plugin: AssistAI is an Eclipse IDE plugin that exposes the entire development environment as an MCP (Model Context Protocol) server. External AI agents can read, navigate, edit, build, test, run, and debug Java projects through Eclipse APIs, preserving workspace sync, local history, and incremental compilation. It also includes a built-in LLM chat view for quick inline interactions.
Developing new AI agents with a standard interface
AI-assisted coding where external agents (Claude Code, etc.) control Eclipse to edit, build, and debug projects