Skip to content

Commit 925d066

Browse files
aborrusoclaude
andcommitted
chore: rename LICENSE.txt→LICENSE, move PRD/ARCHITECTURE to docs/, gitignore analysis_outputs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3bb9cc9 commit 925d066

8 files changed

Lines changed: 108 additions & 837 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dxt-staging/
5050
# Temporary
5151
tmp/
5252
temp/
53+
analysis_outputs/
5354

5455
# Data — solo file di lavoro temporanei, non archiviati
5556
data/*.tmp
File renamed without changes.

README.md

Lines changed: 104 additions & 834 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"files": [
6060
"dist/",
6161
"README.md",
62-
"LICENSE.txt",
62+
"LICENSE",
6363
"NOTICE.md",
6464
"LOG.md",
6565
"EXAMPLES.md",

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default {
205205
<pre><code>curl ${url.origin}/health</code></pre>
206206
207207
<div class="footer">
208-
Version 0.4.50 • Running on Cloudflare Workers •<a href="https://github.com/ondata/ckan-mcp-server/blob/main/LICENSE.txt" target="_blank">MIT License</a>
208+
Version 0.4.50 • Running on Cloudflare Workers •<a href="https://github.com/ondata/ckan-mcp-server/blob/main/LICENSE" target="_blank">MIT License</a>
209209
</div>
210210
</div>
211211
</body>

website/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const baseUrl = '/ckan-mcp-server';
116116
</p>
117117
<p class="text-center text-gray-400 text-xs mt-2">
118118
MIT License - <a
119-
href="https://github.com/ondata/ckan-mcp-server/blob/main/LICENSE.txt"
119+
href="https://github.com/ondata/ckan-mcp-server/blob/main/LICENSE"
120120
target="_blank"
121121
rel="noopener noreferrer"
122122
class="hover:text-gray-600"

0 commit comments

Comments
 (0)