Skip to content

Commit 2e7e618

Browse files
Merge pull request #43 from drupaltools/page_fixes
2 parents 3d191e8 + 650aeb2 commit 2e7e618

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ <h1 class="title" style="text-align: center;font-weight: bold;color: #333;text-t
2727

2828
<div class="page-content">
2929
<div class="project-wrapper">
30-
{% include filters.html %}
30+
{% unless page.url contains '/mcp-server' %}
31+
{% include filters.html %}
32+
{% endunless %}
3133
{{ content }}
3234
</div>
3335
</div>

mcp-server/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<div class="container">
77
<div class="row">
88
<div class="col-md-12">
9-
<h1>Drupal Tools MCP Server</h1>
10-
9+
1110
<p>A simple MCP (Model Context Protocol) server that suggests Drupal tools from the <code>_data/projects</code> folder. This server provides semantic search and discovery of Drupal development tools, utilities, and projects.</p>
1211

1312
<h2>Features</h2>

0 commit comments

Comments
 (0)