Skip to content

Commit 5a42c03

Browse files
committed
ai support
1 parent 60d8a91 commit 5a42c03

File tree

15 files changed

+165
-15
lines changed

15 files changed

+165
-15
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2121
2222
## Getting started
2323

24-
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
25-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
24+
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
25+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2626
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
2727

28+
## AI-Friendly Documentation
29+
30+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
31+
32+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
33+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
34+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
35+
36+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
37+
2838
## Contribution
2939

3040
Read [Read me Development Context](./README-DEVELOPMENT-CONTEXT) for information about the Monorepo.

_PackageTemplate/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/Amqp/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ The quickstart [page](https://docs.ecotone.tech/quick-start) of the
2828
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## AMQP Package
3242

3343
This package provides AMQP integration for Ecotone, supporting both:

packages/Dbal/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/Ecotone/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/Enqueue/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/JmsConverter/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/Kafka/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/Laravel/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

packages/LiteApplication/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ Visit main page [ecotone.tech](https://ecotone.tech) to learn more.
2525
## Getting started
2626

2727
The quickstart [page](https://docs.ecotone.tech/quick-start) of the
28-
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
28+
[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.
2929
Read more on the [Ecotone's Blog](https://blog.ecotone.tech).
3030

31+
## AI-Friendly Documentation
32+
33+
Ecotone provides AI-optimized documentation for use with AI assistants and code editors:
34+
35+
- **MCP Server**: `https://docs.ecotone.tech/~gitbook/mcp` - [Install in VSCode](vscode:mcp/install?%7B%22name%22%3A%22Ecotone%22%2C%22url%22%3A%22https%3A%2F%2Fdocs.ecotone.tech%2F~gitbook%2Fmcp%22%7D)
36+
- **LLMs.txt**: [ecotone.tech/llms.txt](https://ecotone.tech/llms.txt)
37+
- **Context7**: Available via [@upstash/context7-mcp](https://github.com/upstash/context7)
38+
39+
Learn more: [AI Integration Guide](https://docs.ecotone.tech/other/ai-integration)
40+
3141
## Feature requests and issue reporting
3242

3343
Use [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.

0 commit comments

Comments
 (0)