Skip to content

Commit 87f87ee

Browse files
Merge branch 'main' into patch-1
2 parents 660c1a7 + 54f3e2b commit 87f87ee

9 files changed

Lines changed: 51 additions & 5 deletions

File tree

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
22+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6.0.2
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
27+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v10.2.0
17+
- uses: actions/stale@v10.3.0
1818
with:
1919
stale-pr-message: >
2020
This pull request has been automatically marked as stale because it has not

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Ruby
5656
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
57-
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
57+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
5858
with:
5959
bundler-cache: true
6060

collections/green-software/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ items:
4747
- ec0lint/ec0lint
4848
- green-code-initiative/creedengo-rules-specifications
4949
- geopm/geopm
50-
- green-code-initiative/ecoCode-android
50+
- green-code-initiative/creedengo-android-java
5151
- green-code-initiative/EcoSonar
5252
- green-code-initiative/creedengo-ios
5353
- GoogleCloudPlatform/region-carbon-info
5.8 KB
Loading

topics/adventurex2026/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
created_by: AdventureX Team
3+
display_name: AdventureX 2026
4+
github_url: https://github.com/AdventureX-RGE
5+
logo: adventurex2026.png
6+
released: July 22, 2026
7+
related: adventurex2025, adventurex2024
8+
short_description: AdventureX 2026 is China's largest hackathon.
9+
topic: adventurex2026
10+
url: https://adventure-x.org/en
11+
---
12+
AdventureX 2026 is China’s largest hackathon, set to run from July 22 to 26 in Hangzhou. It’s a five-day escape plan that exists only once a year — 800 modern-day hippies with skills in coding, design, and other crafts will gather to build a complete hardware or software project from scratch in 120 hours.
13+
14+
Here, “hippie” is not a dusty label. It stands for resisting alienation, holding on to your ideals, and embracing the raw act of creation. The event provides all participants with five days of food and accommodation, unlimited server access, hardware gear, deep-dive tech workshops, laid-back “Blue Hours”, and a strong push for open source development.
15+
16+
Let’s once again lose sleep for creation. AdventureX 2026 expects 800+ makers, 150+ exhibitors, 300+ judges and guests, and over 40,000 public visitors — all showing up to witness a leap of faith taken by a generation of young builders.

topics/mcp-server/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
display_name: MCP Server
3+
topic: mcp-server
4+
aliases: mcp-servers
5+
related: mcp, model-context-protocol, ai-agent, llm
6+
short_description: MCP servers expose tools, resources, and prompts to AI applications through the Model Context Protocol.
7+
url: https://modelcontextprotocol.io
8+
---
9+
10+
MCP servers are lightweight programs that expose specific capabilities to AI applications through the Model Context Protocol (MCP). Each server acts as a bridge between AI models and external systems, providing tools (executable functions), resources (read-only data), and prompts (reusable templates) through a standardized interface.
11+
12+
MCP servers communicate with AI-powered clients over stdio for local processes or HTTP with Server-Sent Events for remote connections. They can integrate with databases, APIs, file systems, development tools, and cloud services. A single AI application can connect to multiple MCP servers simultaneously.
13+
14+
The MCP server ecosystem includes registries such as the official MCP Registry, Glama, and Smithery, where developers publish and discover servers for specific use cases.

topics/mcp/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
display_name: MCP
3+
topic: mcp
4+
aliases: model-context-protocol
5+
related: mcp-server, ai-agent, llm, agent-harness
6+
short_description: Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources.
7+
created_by: Anthropic
8+
url: https://modelcontextprotocol.io
9+
released: November 2024
10+
---
11+
12+
Model Context Protocol (MCP) is an open standard that defines how AI applications connect to external tools, data sources, and services. MCP uses a client-server architecture where AI-powered applications (clients) communicate with lightweight programs (servers) that expose specific capabilities through a standardized interface.
13+
14+
MCP servers can provide tools (executable functions), resources (read-only data), and prompts (reusable templates). The protocol supports multiple transport mechanisms including stdio for local processes and HTTP with Server-Sent Events for remote connections.
15+
16+
The protocol was created by Anthropic and released as an open specification. It is supported by AI tools including Claude Code, Cursor, Codex, Windsurf, and Claude Desktop.

0 commit comments

Comments
 (0)