Skip to content

Commit 5ae0d71

Browse files
committed
updated .gitignore to only exclude root-level .yml's ... caused Hatch to exclude from build
1 parent 06f94ea commit 5ae0d71

File tree

4 files changed

+305
-681
lines changed

4 files changed

+305
-681
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ working/
1010
env
1111
CLAUDE.md
1212
var/
13-
profiles.yml
14-
*_objects.yml
13+
/# Only ignore root-level overrides
14+
/profiles.yml
15+
/*_objects.yml

docs/server_guide/QUICK_START.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ You should see Claude connect to your Teradata database and return results!
9090
**Server won't start?**
9191
- Check your `DATABASE_URI` format
9292
- Verify database connectivity: `ping your-host`
93+
- Rollback to a prior version changing your config file: `"args": ["teradata-mcp-server==0.1.3", "--profile", "all"],`
9394
- See [Installation Guide](INSTALLATION.md) for alternative methods
9495

9596
**Claude can't see tools?**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "teradata-mcp-server"
3-
version = "0.1.5"
3+
version = "0.1.5.post1"
44
description = "Model Context Protocol (MCP) server for Teradata, Community edition"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)