mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-01 23:32:36 +02:00
chore: migrate module path to syntrex-lab and prepare open source release
This commit is contained in:
parent
a54c892736
commit
5cbb3d89d3
107 changed files with 465 additions and 594 deletions
|
|
@ -9,9 +9,9 @@ import (
|
|||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/syntrex/gomcp/internal/application/resources"
|
||||
"github.com/syntrex/gomcp/internal/application/tools"
|
||||
"github.com/syntrex/gomcp/internal/infrastructure/sqlite"
|
||||
"github.com/syntrex-lab/gomcp/internal/application/resources"
|
||||
"github.com/syntrex-lab/gomcp/internal/application/tools"
|
||||
"github.com/syntrex-lab/gomcp/internal/infrastructure/sqlite"
|
||||
)
|
||||
|
||||
// newTestServer creates a fully-wired Server backed by in-memory SQLite databases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue