@iris-eval/mcp-server 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Iris is an open-source [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that provides trace logging, quality evaluation, and drift detection for AI agents. Any MCP-compatible agent framework can discover and invoke Iris tools.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
<!--  -->
|
|
10
|
+

|
|
12
11
|
|
|
13
12
|
## Quickstart
|
|
14
13
|
|
|
@@ -161,7 +160,7 @@ Start with `--dashboard` flag to enable the web UI at `http://localhost:6920`.
|
|
|
161
160
|
- [GitHub Issues](https://github.com/iris-eval/mcp-server/issues) — Bug reports and feature requests
|
|
162
161
|
- [GitHub Discussions](https://github.com/iris-eval/mcp-server/discussions) — Questions and ideas
|
|
163
162
|
- [Contributing Guide](CONTRIBUTING.md) — How to contribute
|
|
164
|
-
- [Roadmap](docs/roadmap.md) — What's coming next
|
|
163
|
+
- [Roadmap](../docs/roadmap.md) — What's coming next
|
|
165
164
|
|
|
166
165
|
## License
|
|
167
166
|
|