Merge remote changes and apply Docker configuration
This commit is contained in:
@@ -29,6 +29,7 @@ ruff check src/ tests/
|
|||||||
ruff format src/ tests/
|
ruff format src/ tests/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -82,9 +83,12 @@ TrytonMCP/
|
|||||||
│ ├── test_customer.py
|
│ ├── test_customer.py
|
||||||
│ └── test_server.py
|
│ └── test_server.py
|
||||||
├── test_rpc.py # Standalone RPC test script
|
├── test_rpc.py # Standalone RPC test script
|
||||||
|
<<<<<<< HEAD
|
||||||
├── Dockerfile # Docker container definition
|
├── Dockerfile # Docker container definition
|
||||||
├── docker-compose.yaml # Docker Compose orchestration
|
├── docker-compose.yaml # Docker Compose orchestration
|
||||||
├── .dockerignore # Docker build exclusions
|
├── .dockerignore # Docker build exclusions
|
||||||
|
=======
|
||||||
|
>>>>>>> 1a9efc93da759d8fc3fce357e9a1d66486ab6995
|
||||||
├── pyproject.toml # Project dependencies
|
├── pyproject.toml # Project dependencies
|
||||||
└── .env.example # Environment variables template
|
└── .env.example # Environment variables template
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ docker compose down
|
|||||||
|
|
||||||
El servidor MCP estará disponible en `http://localhost:3001`.
|
El servidor MCP estará disponible en `http://localhost:3001`.
|
||||||
|
|
||||||
|
=======
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -88,4 +90,4 @@ python -m pytest tests/test_server.py -v
|
|||||||
|
|
||||||
# Con coverage
|
# Con coverage
|
||||||
python -m pytest tests/ --cov=src --cov-report=html
|
python -m pytest tests/ --cov=src --cov-report=html
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ dev = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.taskipy.tasks]
|
[tool.taskipy.tasks]
|
||||||
start = "fastmcp run ./src/tryton_mcp/server.py --transport http --port 3001 --reload"
|
start = "fastmcp run ./src/tryton_mcp/server.py --transport http --port 3001 --reload"
|
||||||
|
|||||||
Reference in New Issue
Block a user